home *** CD-ROM | disk | FTP | other *** search
- global gsoundmuteflg, gbgm, gmuscount
-
- on mouseUp
- repeat with i = 2 to 5
- set the castNum of sprite i to the number of member "MusButton"
- end repeat
- set the castNum of sprite 3 to the number of member "ChkMus"
- set gbgm to "S2"
- set gmuscount to 2
- if gsoundmuteflg = 0 then
- puppetSound(gbgm)
- updateStage()
- end if
- end
-